ActiveReports 8
DelegateCommand Constructor(Action,Func<Boolean>)

Syntax
'Declaration
 
Public Function New( _
   ByVal executeAction As System.Action, _
   ByVal canExecute As System.Func(Of Boolean) _
)
public DelegateCommand( 
   System.Action executeAction,
   System.Func<bool> canExecute
)

Parameters

executeAction
canExecute
See Also

Reference

DelegateCommand Class
DelegateCommand Members
Overload List

Support Forum